C#
VB
C++
Hashes the specified binary data.
public static byte[] Hash(
byte[] data
)
Public Overloads Shared Function Hash( _
ByVal data() As Byte _
) As Byte()
public:
static array<byte>^ Hash(
array<byte>^ data
)
data
The data.
Hash of the binary data.
This function creates a MD5 hash of the passed in data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET